object fFolder: TfFolder Left = 259 Top = 337 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Create New Folder' ClientHeight = 109 ClientWidth = 344 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label4: TLabel Left = 6 Top = 9 Width = 111 Height = 12 Caption = 'Enter a folder name ...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object StatusBar2: TStatusBar Left = 0 Top = 90 Width = 344 Height = 19 Panels = < item Width = 50 end> SimplePanel = False end object Edit2: TEdit Left = 6 Top = 29 Width = 323 Height = 21 TabOrder = 1 end object Button6: TButton Left = 217 Top = 55 Width = 57 Height = 21 Hint = 'Create a folder' Caption = 'Create' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = Button6Click end object Button7: TButton Left = 274 Top = 55 Width = 57 Height = 21 Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = Button7Click end end